JSONValue

Undocumented in source.

Members

Functions

array
auto array()

Returns an array range.

boolean
bool boolean()
Undocumented in source. Be warned that the author may not have intended to support it.
dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
get
T get()
Undocumented in source. Be warned that the author may not have intended to support it.
getTypeName
string getTypeName()
Undocumented in source. Be warned that the author may not have intended to support it.
hasErrorOccurred
bool hasErrorOccurred()
Undocumented in source. Be warned that the author may not have intended to support it.
integer
int integer()
Undocumented in source. Be warned that the author may not have intended to support it.
object
JSONValue object()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(string key, JSONValue v) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
const(JSONValue)* opBinaryRight(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
JSONValue* opBinaryRight(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
JSONValue opIndex(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
str
string str()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString(bool selfPrintkey)
Undocumented in source. Be warned that the author may not have intended to support it.

Unions

JSONData
union JSONData
Undocumented in source.

Variables

data
JSONData data;
Undocumented in source.
error
string error;
Undocumented in source.
key
string key;
Undocumented in source.
type
JSONType type;
Undocumented in source.

Meta